home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo This installation batch file will now create two directories on
- echo Drive C. They are C:\GAMES and C:\GAMES\HALLOW.
- echo The game and its files will be copied to directory C:\GAMES\HALLOW
- echo To continue press the ENTER key.
- echo To halt the installation press CTRL-C
- pause
- md c:\games
- md c:\games\hallow
- cd c:\games\hallow
- copy hallow*.* c:
- c:
- echo To run the program, type HALLOW